;===============================================================================
; ASPEED Graphics Linux DRM Driver ReadMe
;===============================================================================
* Description:
- Source code for ASPEED Graphics Linux DRM Driver
  Only Linux kernel LTS includes 4.19/5.4/5.10/5.15/6.1.

* Support ASPEED Graphics Chipsets:
- AST2400/2500/2510/2530/2600

* Build and install
  Make sure you have essential tools to build kernel modules, such as gcc and
  kernel header. KERNELDIR will be /lib/modules/$(shell uname -r)/build by
  default.

  make
  insmod ast.ko

